object Form8: TForm8 Left = 260 Top = 152 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'MidWavi Standard CD Player' ClientHeight = 117 ClientWidth = 257 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 52 Width = 201 Height = 25 AutoSize = False Caption = ' Play Pause Stop Next Prev' end object CDPlayer: TMediaPlayer Left = 32 Top = 8 Width = 352 Height = 41 DeviceType = dtCDAudio TabOrder = 0 OnClick = CDPlayerClick end object BitBtn1: TBitBtn Left = 40 Top = 78 Width = 180 Height = 30 Caption = '&Return To MidWavi' TabOrder = 1 OnClick = BitBtn1Click Kind = bkClose end end